-
Notifications
You must be signed in to change notification settings - Fork 3.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[BUGFIX][BACKPORT-0.6][ARITH] Fix FloorMod Simplifier #5505
Conversation
cc @yongfeng-nv @Hzfengsy @icemelon9 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Thanks @kevinthesun I checked and it is indeed the correct fix. Thanks @junrushao1994 @Hzfengsy |
@kevinthesun can you also send a PR to the 0.6 branch? Thank you! |
Sure will do. |
In this issue, tvm StorageFlatten pass messes up indexing. The reason is that in Canonical Simplifier SplitModConst function, scale is not updated for updated SplitExpr.
@tqchen Could you take a look and make sure this is the appropriate fix?